[INFO] cloning repository https://github.com/sekarasiewicz/rustytime
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sekarasiewicz/rustytime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsekarasiewicz%2Frustytime", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsekarasiewicz%2Frustytime'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d50fffdb6d93a9dba99e92cda92dd0508860be52
[INFO] fixing sekarasiewicz/rustytime against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsekarasiewicz%2Frustytime" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sekarasiewicz/rustytime
[INFO] finished tweaking git repo https://github.com/sekarasiewicz/rustytime
[INFO] tweaked toml for git repo https://github.com/sekarasiewicz/rustytime written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sekarasiewicz/rustytime on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sekarasiewicz/rustytime already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde-xml-rs v0.5.1
[INFO] [stderr]   Downloaded proc-macro2 v1.0.99
[INFO] [stderr]   Downloaded uuid v1.18.0
[INFO] [stderr]   Downloaded thiserror v2.0.15
[INFO] [stderr]   Downloaded thiserror-impl v2.0.15
[INFO] [stderr]   Downloaded time-tz v2.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1
[INFO] running `Command { std: "docker" "start" "330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.99
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling thiserror v2.0.15
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling xml-rs v0.8.27
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling rustytime v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking clap_builder v4.5.44
[INFO] [stderr] warning: rustytime@0.1.0: INFO: 🔧 Rustytime build script started - configuring database paths...
[INFO] [stderr] warning: rustytime@0.1.0: INFO: Using default build-time DB path: /root/.local/share/rustytime/rustytime.db
[INFO] [stderr] warning: rustytime@0.1.0: INFO: ✅ Rustytime build script completed successfully!
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.15
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking clap v4.5.45
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking serde_json v1.0.142
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde-xml-rs v0.5.1
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]    Compiling time-tz v2.0.0
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/export.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |       let rows = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 21 | |         r#"SELECT id, task_id, start_time, end_time, duration_seconds, local_date
[INFO] [stdout] 22 | |        FROM time_entries
[INFO] [stdout] 23 | |        WHERE (? IS NULL OR local_date >= ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |         to
[INFO] [stdout] 30 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/project.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |       let rows = sqlx::query_as!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 21 | |         Project,
[INFO] [stdout] 22 | |         r#"
[INFO] [stdout] 23 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |         "#
[INFO] [stdout] 32 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/project.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     sqlx::query!("UPDATE projects SET archived = 1 WHERE id = ?", id)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/project.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     sqlx::query!("DELETE FROM projects WHERE id=?", id)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]  --> src/services/report.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | ... = sqlx::query!("SELECT local_date, COALESCE(SUM(duration_seconds), 0) as 'total: i64' FROM time_entries WHERE end_time IS NOT NULL AND local_date=? GROUP BY local_date", d)
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/report.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | ... = sqlx::query!("SELECT local_date, COALESCE(SUM(duration_seconds), 0) as 'total: i64' FROM time_entries WHERE end_time IS NOT NULL GROUP BY local_date ORDER BY local_date DESC")
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/task.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | /     sqlx::query!(
[INFO] [stdout] 26 | |         "INSERT INTO tasks (id, project_id, name, description, archived, created_at)
[INFO] [stdout] 27 | |          VALUES (?, ?, ?, ?, 0, ?)",
[INFO] [stdout] 28 | |         id,
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |         now
[INFO] [stdout] 33 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/task.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let rows = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 43 | |         r#"SELECT id, project_id, name, description, archived as "archived: bool", created_at
[INFO] [stdout] 44 | |            FROM tasks WHERE project_id = ? ORDER BY created_at"#,
[INFO] [stdout] 45 | |         project_id
[INFO] [stdout] 46 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/services/task.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     sqlx::query!("UPDATE tasks SET archived = 1 WHERE id = ?", id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/services/task.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 |     sqlx::query!("DELETE FROM tasks WHERE id = ?", id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/export.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |       let rows = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 21 | |         r#"SELECT id, task_id, start_time, end_time, duration_seconds, local_date
[INFO] [stdout] 22 | |        FROM time_entries
[INFO] [stdout] 23 | |        WHERE (? IS NULL OR local_date >= ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |         to
[INFO] [stdout] 30 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/project.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |       let rows = sqlx::query_as!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 21 | |         Project,
[INFO] [stdout] 22 | |         r#"
[INFO] [stdout] 23 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | |         "#
[INFO] [stdout] 32 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/project.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     sqlx::query!("UPDATE projects SET archived = 1 WHERE id = ?", id)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/project.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     sqlx::query!("DELETE FROM projects WHERE id=?", id)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]  --> src/services/report.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | ... = sqlx::query!("SELECT local_date, COALESCE(SUM(duration_seconds), 0) as 'total: i64' FROM time_entries WHERE end_time IS NOT NULL AND local_date=? GROUP BY local_date", d)
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/report.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | ... = sqlx::query!("SELECT local_date, COALESCE(SUM(duration_seconds), 0) as 'total: i64' FROM time_entries WHERE end_time IS NOT NULL GROUP BY local_date ORDER BY local_date DESC")
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/task.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | /     sqlx::query!(
[INFO] [stdout] 26 | |         "INSERT INTO tasks (id, project_id, name, description, archived, created_at)
[INFO] [stdout] 27 | |          VALUES (?, ?, ?, ?, 0, ?)",
[INFO] [stdout] 28 | |         id,
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |         now
[INFO] [stdout] 33 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/services/task.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 |       let rows = sqlx::query!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 43 | |         r#"SELECT id, project_id, name, description, archived as "archived: bool", created_at
[INFO] [stdout] 44 | |            FROM tasks WHERE project_id = ? ORDER BY created_at"#,
[INFO] [stdout] 45 | |         project_id
[INFO] [stdout] 46 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/services/task.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     sqlx::query!("UPDATE tasks SET archived = 1 WHERE id = ?", id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/services/task.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 |     sqlx::query!("DELETE FROM tasks WHERE id = ?", id)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 |             ProjectCmd::Edit { id, name, desc } => { /* update */ }
[INFO] [stdout]    |                                ^^ help: try ignoring the field: `id: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/main.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |             ProjectCmd::Edit { id, name, desc } => { /* update */ }
[INFO] [stdout]    |                                    ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]   --> src/main.rs:41:42
[INFO] [stdout]    |
[INFO] [stdout] 41 |             ProjectCmd::Edit { id, name, desc } => { /* update */ }
[INFO] [stdout]    |                                          ^^^^ help: try ignoring the field: `desc: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `project_id`
[INFO] [stdout]   --> src/main.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |                 project_id,
[INFO] [stdout]    |                 ^^^^^^^^^^ help: try ignoring the field: `project_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/main.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 name,
[INFO] [stdout]    |                 ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]   --> src/main.rs:49:17
[INFO] [stdout]    |
[INFO] [stdout] 49 |                 desc,
[INFO] [stdout]    |                 ^^^^ help: try ignoring the field: `desc: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:65:29
[INFO] [stdout]    |
[INFO] [stdout] 65 |             TaskCmd::Edit { id, name, desc } => {}
[INFO] [stdout]    |                             ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/main.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout] 65 |             TaskCmd::Edit { id, name, desc } => {}
[INFO] [stdout]    |                                 ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]   --> src/main.rs:65:39
[INFO] [stdout]    |
[INFO] [stdout] 65 |             TaskCmd::Edit { id, name, desc } => {}
[INFO] [stdout]    |                                       ^^^^ help: try ignoring the field: `desc: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 66 |             TaskCmd::Archive { id } => {}
[INFO] [stdout]    |                                ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |             TaskCmd::Delete { id } => {}
[INFO] [stdout]    |                               ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `date`
[INFO] [stdout]   --> src/main.rs:78:32
[INFO] [stdout]    |
[INFO] [stdout] 78 |             ReportCmd::Daily { date } => { /* print (date,total) */ }
[INFO] [stdout]    |                                ^^^^ help: try ignoring the field: `date: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `project_id`
[INFO] [stdout]   --> src/main.rs:80:17
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 project_id,
[INFO] [stdout]    |                 ^^^^^^^^^^ help: try ignoring the field: `project_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from`
[INFO] [stdout]   --> src/main.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 from,
[INFO] [stdout]    |                 ^^^^ help: try ignoring the field: `from: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/main.rs:82:17
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 to,
[INFO] [stdout]    |                 ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `task_id`
[INFO] [stdout]   --> src/main.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |             ReportCmd::Task { task_id, from, to } => { /* print secs */ }
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `task_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from`
[INFO] [stdout]   --> src/main.rs:84:40
[INFO] [stdout]    |
[INFO] [stdout] 84 |             ReportCmd::Task { task_id, from, to } => { /* print secs */ }
[INFO] [stdout]    |                                        ^^^^ help: try ignoring the field: `from: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/main.rs:84:46
[INFO] [stdout]    |
[INFO] [stdout] 84 |             ReportCmd::Task { task_id, from, to } => { /* print secs */ }
[INFO] [stdout]    |                                              ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 |             ProjectCmd::Edit { id, name, desc } => { /* update */ }
[INFO] [stdout]    |                                ^^ help: try ignoring the field: `id: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/main.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 |             ProjectCmd::Edit { id, name, desc } => { /* update */ }
[INFO] [stdout]    |                                    ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]   --> src/main.rs:41:42
[INFO] [stdout]    |
[INFO] [stdout] 41 |             ProjectCmd::Edit { id, name, desc } => { /* update */ }
[INFO] [stdout]    |                                          ^^^^ help: try ignoring the field: `desc: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `project_id`
[INFO] [stdout]   --> src/main.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |                 project_id,
[INFO] [stdout]    |                 ^^^^^^^^^^ help: try ignoring the field: `project_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/main.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 name,
[INFO] [stdout]    |                 ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]   --> src/main.rs:49:17
[INFO] [stdout]    |
[INFO] [stdout] 49 |                 desc,
[INFO] [stdout]    |                 ^^^^ help: try ignoring the field: `desc: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:65:29
[INFO] [stdout]    |
[INFO] [stdout] 65 |             TaskCmd::Edit { id, name, desc } => {}
[INFO] [stdout]    |                             ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> src/main.rs:65:33
[INFO] [stdout]    |
[INFO] [stdout] 65 |             TaskCmd::Edit { id, name, desc } => {}
[INFO] [stdout]    |                                 ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `desc`
[INFO] [stdout]   --> src/main.rs:65:39
[INFO] [stdout]    |
[INFO] [stdout] 65 |             TaskCmd::Edit { id, name, desc } => {}
[INFO] [stdout]    |                                       ^^^^ help: try ignoring the field: `desc: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 66 |             TaskCmd::Archive { id } => {}
[INFO] [stdout]    |                                ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/main.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |             TaskCmd::Delete { id } => {}
[INFO] [stdout]    |                               ^^ help: try ignoring the field: `id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `date`
[INFO] [stdout]   --> src/main.rs:78:32
[INFO] [stdout]    |
[INFO] [stdout] 78 |             ReportCmd::Daily { date } => { /* print (date,total) */ }
[INFO] [stdout]    |                                ^^^^ help: try ignoring the field: `date: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `project_id`
[INFO] [stdout]   --> src/main.rs:80:17
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 project_id,
[INFO] [stdout]    |                 ^^^^^^^^^^ help: try ignoring the field: `project_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from`
[INFO] [stdout]   --> src/main.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 from,
[INFO] [stdout]    |                 ^^^^ help: try ignoring the field: `from: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/main.rs:82:17
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 to,
[INFO] [stdout]    |                 ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `task_id`
[INFO] [stdout]   --> src/main.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |             ReportCmd::Task { task_id, from, to } => { /* print secs */ }
[INFO] [stdout]    |                               ^^^^^^^ help: try ignoring the field: `task_id: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from`
[INFO] [stdout]   --> src/main.rs:84:40
[INFO] [stdout]    |
[INFO] [stdout] 84 |             ReportCmd::Task { task_id, from, to } => { /* print secs */ }
[INFO] [stdout]    |                                        ^^^^ help: try ignoring the field: `from: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/main.rs:84:46
[INFO] [stdout]    |
[INFO] [stdout] 84 |             ReportCmd::Task { task_id, from, to } => { /* print secs */ }
[INFO] [stdout]    |                                              ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: rustytime@0.1.0: INFO: 🔧 Rustytime build script started - configuring database paths...
[INFO] [stderr] warning: rustytime@0.1.0: INFO: Using default build-time DB path: /root/.local/share/rustytime/rustytime.db
[INFO] [stderr] warning: rustytime@0.1.0: INFO: ✅ Rustytime build script completed successfully!
[INFO] [stderr] error: could not compile `rustytime` (bin "rustytime") due to 10 previous errors; 18 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: rustytime@0.1.0: INFO: 🔧 Rustytime build script started - configuring database paths...
[INFO] [stderr] warning: rustytime@0.1.0: INFO: Using default build-time DB path: /root/.local/share/rustytime/rustytime.db
[INFO] [stderr] warning: rustytime@0.1.0: INFO: ✅ Rustytime build script completed successfully!
[INFO] [stderr] error: could not compile `rustytime` (bin "rustytime" test) due to 10 previous errors; 18 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1", kill_on_drop: false }`
[INFO] [stdout] 330f88d0b10db57264580d4be206ff0322834ff495b4454802b1f9b19e0565a1
